LoggerDefinition

Definition of a logger for the Mapbox Maps SDK for Android.

Functions

Link copied to clipboard
abstract fun d(tag: String, msg: String)
Send a debug log message.
abstract fun d(tag: String, msg: String, tr: Throwable)
Send a debug log message and log the exception.
Link copied to clipboard
abstract fun e(tag: String, msg: String)
Send an error log message.
abstract fun e(tag: String, msg: String, tr: Throwable)
Send an error log message and log the exception.
Link copied to clipboard
abstract fun i(tag: String, msg: String)
Send an info log message.
abstract fun i(tag: String, msg: String, tr: Throwable)
Send an info log message and log the exception.
Link copied to clipboard
abstract fun v(tag: String, msg: String)
Send a verbose log message.
abstract fun v(tag: String, msg: String, tr: Throwable)
Send a verbose log message and log the exception.
Link copied to clipboard
abstract fun w(tag: String, msg: String)
Send a warning log message.
abstract fun w(tag: String, msg: String, tr: Throwable)
Send a warning log message and log the exception.